home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 271_02 / d_pos.doc < prev    next >
Text File  |  1987-08-18  |  720b  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.         NAME
  7.                 d_pos -- position the cursor on a video page
  8.  
  9.         SYNOPSIS
  10.                 void d_pos(r, c, p);
  11.                 int r;      row number
  12.                 int c;      column number
  13.                 int p;      video page (must match current mode)
  14.  
  15.  
  16.         DESCRIPTION
  17.         This function positions the cursor on the specified video
  18.         page.  Row, column, and page values must match the current
  19.         video mode.
  20.  
  21.         EXAMPLE
  22.  
  23.              d_pos(10, 15, 0);   /* position cursor on row 10, column 15,
  24.                                     video page 0 */
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.         This function is found in SMTCx.LIB for the Turbo-C Compiler
  39.